It seems there are 3 different possibilities for the Discover page:
- The discover page is never shown and can also not be recalled from the help menu (5)
- The discover page is shown instead of the homepage (2)
- The discover page is shown the first time you start a new client. When you click the page away, it won't show again, but can be recalled from the help menu (1)
The proposed settings will either force a 5 (never show) or a 2. It's not possible in any way to select option 1 even though for many this is the preferred option.
I therefore propose the following changes:
Field tmpDISCOVER_HOMEPAGE. Change the choices to:
Do not show|5
Use as homepage|2
Show|1
Do the same for the $Pref$DISCOVER_HOMEPAGE
The input translation formula for $Prefs$DISCOVER_HOMEPAGE should be:
tmpOut:=@If((SocEdHome="0" | SocEdHome="") & tmpDISCOVER_HOMEPAGE!="";tmpDISCOVER_HOMEPAGE;SocEdHome="2" & SocEdHome$HA!="1" ;"4";"2");
@If(tmpOut="";"2";tmpOut)
This way the administrators can properly choose what value they'd like for the homepage.